home *** CD-ROM | disk | FTP | other *** search
- CAB, HTML-Browser
- ;
- ;
- $mkdir @DOC
- $mkdir @DOC\CAB
- $mkdir @DOC\CAB\PROGRAMM.ING
- $mkdir @CAB
- $mkdir @CAB\HTML
- ;$mkdir @CAB\RSC
- $mkdir @CAB\IMAGES
- $mkdir @CAB\MODULES
- $mkdir @CAB\TRANSGIF
- $copy cab.app @cab\cab.app
- $copy cab.rsc @cab\cab.rsc
- $copy home.htm @cab\home.htm
- $copy transgif\transgif.ttp @cab\transgif\transgif.ttp
- $copy transgif\trngif_d.txt @cab\transgif\transgif.doc
- ;
- $iflang English
- $copy readme @doc\cab\readme
- $copy rsc\cab_e.rsc @cab\cab.rsc
- $copy doc\cab_e.txt @doc\cab\cab.txt
- $copy st-guide\cab_e.hyp @doc\cab\cab.hyp
- $copy transgif\trngif_e.txt @cab\transgif\transgif.doc
- $endif
- ;
- $iflang Italy
- $copy leggimi @doc\cab\leggimi
- $copy rsc\cab_i.rsc @cab\cab.rsc
- $copy doc\cab_it.txt @doc\cab\cab.txt
- $copy st-guide\cab_it.hyp @doc\cab\cab.hyp
- $copy transgif\trngif_e.txt @cab\transgif\transgif.doc
- $endif
- ;
- $iflang France
- $copy lisezmoi @doc\cab\lisezmoi
- $copy rsc\cab_f.rsc @cab\cab.rsc
- $copy doc\cab_f.txt @doc\cab\cab.txt
- $copy st-guide\cab_f.hyp @doc\cab\cab.hyp
- $copy transgif\trngif_f.txt @cab\transgif\transgif.doc
- $endif
- ;
- $iflang Svensk
- $copy laesmig @doc\cab\laesmig
- $copy rsc\cab_s.rsc @cab\cab.rsc
- $copy doc\cab_s.txt @doc\cab\cab.txt
- $copy st-guide\cab_s.hyp @doc\cab\cab.hyp
- $copy transgif\trngif_s.txt @cab\transgif\transgif.doc
- $endif
- ;
- $iflang Espanol
- $copy leeme @doc\cab\leeme
- $copy rsc\cab_sp.rsc @cab\cab.rsc
- $copy doc\cab_sp.txt @doc\cab\cab.txt
- $copy st-guide\cab_sp.hyp @doc\cab\cab.hyp
- $copy transgif\trngif_e.txt @cab\transgif\transgif.doc
- $endif
- ;
- $iflang Deutsch
- $copy liesmich @doc\cab\liesmich
- $copy rsc\cab_d.rsc @cab\cab.rsc
- $copy doc\cab_d.txt @doc\cab\cab.txt
- $copy st-guide\cab_d.hyp @doc\cab\cab.hyp
- $endif
- ;
- $copy_folder images\ @cab\images\
- $copy_folder html\ @cab\html\
- $copy_folder modules\ @cab\modules\
- $copy_folder doc\programm.ing\ @doc\cab\programm.ing\
- ;